home *** CD-ROM | disk | FTP | other *** search
/ Freelog 119 / FreelogNo119-MarsAvril2014.iso / Systeme / FileMenuTools / FileMenuTools-setup.exe / {app} / FileMenuTools_enu.chm / default.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2013-06-22  |  1.4 KB  |  93 lines

  1. /* Text Styles */
  2. hr { color: #000000}
  3. body, table /* Normal */
  4. {
  5.  font-size: 9pt;
  6.  font-family: 'Arial';
  7.  font-style: normal;
  8.  font-weight: normal;
  9.  color: #000000;
  10.  text-decoration: none;
  11. }
  12. span.f_CodeExample /* Code Example */
  13. {
  14.  font-size: 8pt;
  15.  font-family: 'Courier New';
  16.  color: #000000;
  17. }
  18. span.f_Comment /* Comment */
  19. {
  20. }
  21. span.f_CourierFixed /* Courier Fixed */
  22. {
  23.  font-size: 10pt;
  24.  font-family: 'Courier New';
  25. }
  26. span.f_Heading1 /* Heading1 */
  27. {
  28.  font-size: 12pt;
  29.  font-weight: bold;
  30.  color: #ffffff;
  31. }
  32. span.f_ImageCaption /* Image Caption */
  33. {
  34.  font-size: 8pt;
  35.  font-weight: bold;
  36. }
  37. span.f_List /* List */
  38. {
  39. }
  40. span.f_Notes /* Notes */
  41. {
  42. }
  43. span.f_Section /* Section */
  44. {
  45.  font-size: 10pt;
  46.  font-style: italic;
  47.  font-weight: bold;
  48.  color: #0000ff;
  49.  text-decoration: underline;
  50. }
  51. span.f_SourceCode /* Source Code */
  52. {
  53.  font-size: 10pt;
  54.  font-family: 'Courier New';
  55. }
  56. /* Paragraph styles */
  57. p /* Normal */
  58. {
  59.  text-align: left;
  60.  text-indent: 0px;
  61.  padding: 0px 0px 0px 0px;
  62.  margin: 7px 0px 4px 0px;
  63. }
  64. .p_CodeExample /* Code Example */
  65. {
  66.  white-space: nowrap;
  67.  margin: 0px 0px 0px 0px;
  68. }
  69. .p_Comment /* Comment */
  70. {
  71. }
  72. .p_Heading1 /* Heading1 */
  73. {
  74. }
  75. .p_ImageCaption /* Image Caption */
  76. {
  77. }
  78. .p_List /* List */
  79. {
  80.  margin: 0px 0px 0px 0px;
  81. }
  82. .p_Notes /* Notes */
  83. {
  84. }
  85. .p_Section /* Section */
  86. {
  87.  margin: 12px 0px 4px 0px;
  88. }
  89. .p_SourceCode /* Source Code */
  90. {
  91.  margin: 0px 0px 0px 10px;
  92. }
  93.